ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1ObservableCollection<T> Class / C1ObservableCollection<T> Constructor / C1ObservableCollection<T> Constructor(IList<T>)
The System.Collections.Generic.IList`1 list that is wrapped by the new collection.

In This Topic
    C1ObservableCollection<T> Constructor(IList<T>)
    In This Topic
    Initializes a new instance of the C1ObservableCollection<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal list As System.Collections.Generic.IList(Of T) _
    )
    public C1ObservableCollection<T>( 
       System.Collections.Generic.IList<T> list
    )

    Parameters

    list
    The System.Collections.Generic.IList`1 list that is wrapped by the new collection.
    See Also